# Project:   PrintCalib


# Toolflags:
CCflags = -c -depend !Depend -IC: -g -throwback 
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -aif -c++ -o $@ 
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
Bisonflags = -d
as31flags = -Fbin -t -depend !Depend


# Final targets:
@.!RunImage:   @.o.Calibration C:o.stubs C:o.eventlibm C:o.toolboxlib \
        C:o.wimplib 
        Link $(Linkflags) @.o.Calibration C:o.stubs C:o.eventlibm \
        C:o.toolboxlib C:o.wimplib 


# User-editable dependencies:


# Static dependencies:
@.o.Calibration:   @.c.Calibration
        cc $(ccflags) -o @.o.Calibration @.c.Calibration 


# Dynamic dependencies:
o.Calibration:	c.Calibration
o.Calibration:	C:h.kernel
o.Calibration:	C:h.swis
o.Calibration:	C:h.event
o.Calibration:	C:h.wimp
o.Calibration:	C:h.toolbox
o.Calibration:	C:h.toolbox
o.Calibration:	C:h.wimp
o.Calibration:	C:h.wimplib
o.Calibration:	C:h.menu
o.Calibration:	C:h.gadgets
o.Calibration:	C:h.colourdbox
o.Calibration:	C:h.window
o.Calibration:	C:h.iconbar
o.Calibration:	h.settings
o.Calibration:	h.colour_groups
o.Calibration:	h.tb_defs
